home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / 3d / iiutilities.lha / IIUtilities / IIUtilities.Readme next >
Encoding:
Text File  |  1995-01-19  |  2.8 KB  |  68 lines

  1. Short:    Utilities for use with Imagine V1.2
  2. Uploader: IanSmith@psu.edu
  3. Author:   IanSmith@psu.edu
  4. Type:     gfx/3d
  5.  
  6. Ian's Imagine Utilities:
  7.  
  8. These 8 utilities will perform usefull (I hope!) operations on Imagine
  9. 3.x staging or object files.  All files are ARexx scripts and have the
  10. instructions in the headers except Stars which is a binary.
  11.  
  12. Jitter        - Randomly disturb an objects points.  Like Lightwave.
  13.  
  14. StageFrames   - Increase or descrease the length of an animation
  15.                 and automagicly scale the actor bars.
  16.  ReduceFrames - Used with StageFrames to determine how to reduce.
  17.  
  18. StageScale    - Increase or decrease every object's size in a scene
  19.                 and reposition them.  Used to reduce the rendering
  20.                 time for raytracing.
  21.  
  22. StageShift    - Put X blank frames at the beginning of an animation
  23.                 so you can merge two animations. (Needs ISL to merge)
  24.  
  25. StageLengthen - Add frames to an animation and/or lengthen actor
  26.                 bars to the new size.
  27.  
  28. ImTotal       - Read the IMRT hunk from Imagine's IFF files and
  29.                 display rendering time.  Will do wildcards and
  30.                 show total and average rendering time.
  31.  
  32. ShowStage     - Parse a staging file and list every object and brush
  33.                 loaded for the entire scene or a single frame.  Shows
  34.                 totals for points, lines, faces and bitmap pixels.
  35.  
  36. Stars         - Generate starfields quickly and easily.  It creates
  37.                 a spherical shell of stars with a variable thickness
  38.                 or a cube.  Stars can be randomly shaped and colored.
  39.                 An example staging file is included for a neat anim.
  40.  
  41. Send me e-mail if you have any suggestions or bug reports.  If you
  42. make any changes or improvments please send me a copy.  Thanks!
  43.  
  44. Set the (S)cript bits on the ARexx files if you didn't un-archive
  45. with -A.  (Use "Protect <file> +S") The ARexx scripts are...
  46.  
  47. ImTotal, Jitter, ReduceFrames, ShowStage, StageFrames, StageLengthen, 
  48. StageScale, and StageShift.
  49.  
  50. History
  51. -------
  52. V0.9   Inital release.
  53. V1.0   Added Stars, ParticleStars, ReduceFrames and ShiftFrames.
  54. V1.1   Now including rexxmathlib.library for the sqrt() function.
  55.        You can now randomly vary the sphere size for the stars.
  56.        Stars and ParticleStars write Imagine TDDD binaries now.
  57.        Much smoother star distribution, no more gaps.
  58. V1.2   Stars and Particles stars have been combined and written in
  59.        C and no longer need rexxmathlib.  Stars is much faster, it
  60.        can generate 200-400 stars/sec instead of 7 stars/sec. :-)
  61.        Particle stars are now centered propperly.  Stars are spread
  62.        evenly now. Added ImTotal and ShowStage scripts.
  63.  
  64. See Also:  IITextures.lha - 8 textures for Amiga Imagine 3.x
  65.                             Needs an 68020 or greater and FPU.
  66. --
  67. IanSmith@psu.edu (Jan-19-95)
  68.